home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 694 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  3.1 KB

  1. Path: unrza3.dialin.rrze.uni-erlangen.de!not-for-mail
  2. From: mskuhn@unrza3.dialin.rrze.uni-erlangen.de (Markus Kuhn)
  3. Newsgroups: comp.std.c
  4. Subject: Re: Current Posix
  5. Date: 4 Apr 1996 11:08:04 +0200
  6. Organization: Markus Kuhn, 91080 Uttenreuth, Germany
  7. Message-ID: <4k03hk$267@cortex.dialin.rrze.uni-erlangen.de>
  8. References: <3162AB41.5E2D@turbo.kean.edu>
  9. Reply-To: mskuhn@cip.informatik.uni-erlangen.de
  10. NNTP-Posting-Host: unrza3.dialin.rrze.uni-erlangen.de
  11.  
  12. Thomas Forlenza <tforlenz@turbo.kean.edu> writes:
  13.  
  14. >Is there a URL or ftp site where I can download the current
  15. >Posix standards?
  16.  
  17.  
  18. You can order the POSIX.1b standard (officially called IEEE Std
  19. 1003.1b-1993; this book includes also all text of POSIX.1 and costs
  20. 114 USD) as well as the other POSIX standards directly from IEEE:
  21.  
  22.   phone:  +1 908 981 1393 (TZ: eastern standard time)
  23.            1 800 678 4333 (from US+Canada only)
  24.   fax:    +1 908 981 9667
  25.   e-mail: stds.info@ieee.org
  26.  
  27. Information about POSIX and other IEEE standards is also available on
  28. <http://stdsbbs.ieee.org/>, however unfortunately the full standard
  29. documents are only available as books or on CD-ROM, not on the
  30. Internet. Having access to the POSIX specs is certainly a good idea
  31. for any Unix hacker.
  32.  
  33. Here is a brief list of some of the POSIX standards:
  34.  
  35.   POSIX.1          Basic OS interface (C language)
  36.   POSIX.1a         Misc. extensions (symlinks, etc.)
  37.   POSIX.1b         Real-time and I/O extensions (was: POSIX.4)
  38.   POSIX.1c         Threads (was: POSIX.4a)
  39.   POSIX.1d         More real-time extensions (was: POSIX.4b)
  40.   POSIX.1e         Security extensions, ACLs (was: POSIX.6)
  41.   POSIX.1f         Transparent network file access (was: POSIX.8)
  42.   POSIX.1g         Protocol independent communication, sockets (was: POSIX.12)
  43.   POSIX.1i         Technical corrections to POSIX.1b
  44.   POSIX.2          Shell and common utility programs (date, ln, ...)
  45.   POSIX.3          Test methods
  46.   POSIX.5          ADA binding to POSIX.1
  47.   POSIX.7          System administration
  48.   POSIX.9          FORTRAN-77 binding to POSIX.1
  49.   POSIX.15         Supercomputing extensions (checkpoint/recovery, etc.)
  50.  
  51. and a few others which are still in early draft stage. If you want to
  52. follow progress on POSIX standardization, you should follow the
  53. announcements in the moderated USENET group comp.std.unix.
  54.  
  55. ISO has also published POSIX.1 as ISO/IEC 9945-1:1990. ISO and IEEE
  56. will soon publish the new revision of this standard: ISO/IEC
  57. 9945-1:1996. This will be the new 1996 revision of POSIX.1 which will
  58. contain in one single standard POSIX.1(1990), POSIX.1b(1993),
  59. POSIX.1c(1995), and POSIX.1i(1995) (perhaps also POSIX.1a(1996) if it
  60. gets ready in time). If you want to order the POSIX standard but are
  61. not in a hurry, may be it is a good idea to wait a few months until
  62. ISO/IEC 9945-1:1996 is available. All differences between
  63. POSIX.1(1990) and POSIX.1(1996) will be marked by bars at the page
  64. margins.
  65.  
  66. Markus
  67.  
  68. -- 
  69. Markus Kuhn, Computer Science student -- University of Erlangen,
  70. Internet Mail: <mskuhn@cip.informatik.uni-erlangen.de> - Germany
  71. WWW Home: <http://wwwcip.informatik.uni-erlangen.de/user/mskuhn>
  72.